home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Aventura
/
aquaria.swf
/
scripts
/
DefineButton2_617
/
BUTTONCONDACTION on(release).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-11-09
|
210 b
|
11 lines
on(release){
dome2enlv += 1;
if(dome2enlv >= 6)
{
dome2enlv = 6;
}
lightlv = dome2enlv + 1;
_root.signallights.gotoAndStop(lightlv);
_root.paneldisp.gotoAndStop(lightlv);
}